From 18c7284817b3c1e847717cab0923a7d67ff18fcc Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Fri, 15 May 2020 08:31:18 -0400 Subject: [PATCH] ci: Add weston and weston-libs to the fedora image We want to run tests under Wayland, using weston as the compositor. The weston-libs package contains the headless backend for weston. --- .gitlab-ci/fedora.Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci/fedora.Dockerfile b/.gitlab-ci/fedora.Dockerfile index f5bb9ef6dd..217dd45a98 100644 --- a/.gitlab-ci/fedora.Dockerfile +++ b/.gitlab-ci/fedora.Dockerfile @@ -78,6 +78,8 @@ RUN dnf -y install \ vulkan-devel \ wayland-devel \ wayland-protocols-devel \ + weston \ + weston-libs \ which \ xorg-x11-server-Xvfb \ && dnf clean all -- 2.30.2